home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / pc / SOMC / Casts / Misc.cst / 00023_Lexicon1.ls < prev    next >
Encoding:
Text File  |  1998-05-21  |  238 b   |  15 lines

  1. on mouseEnter
  2.   puppetSound 1, "Pop"
  3.   set the visible of sprite 67 to TRUE
  4. end
  5.  
  6. on mouseLeave
  7.   set the visible of sprite 67 to FALSE
  8. end
  9.  
  10. on mouseUp
  11.   puppetSound 1, "Plink"
  12.   set the visible of sprite 67 to FALSE
  13.   go to frame 122
  14. end
  15.